English Dictionary
◊ COME THROUGH
come through
v 1: penetrate; "The sun broke through the clouds" [syn: {break
through}]
2: succeed in reaching a real or abstract destination after
overcoming problems; "We finally got through the
bureaucracy and could talk to the Minister" [syn: {get
through}]
3: continue in existence after (an adversity, etc.); "He
survived the cancer against all odds" [syn: {survive}, {pull
through}, {make it}] [ant: {succumb}]
4: attain success or reach a goal; "The enterprise succeeded";
"We succeeded in getting tickets to the show" [syn: {succeed}]
[ant: {fail}]
English Computing Dictionary
◊ LOOP THROUGH
loop through
To process each element of a list of things. "Hold on, I've
got to loop through my paper mail." Derives from the
computer-language notion of an iterative loop; compare "cdr
down" (under {cdr}), which is less common among C and Unix
programmers. ITS hackers used to say "IRP over" after an
obscure pseudo-op in the MIDAS PDP-10 assembler.
[{Jargon File}]